Document Nyuchi API multi-DB gateway under /v1#2
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Document the new versioned /v1 gateway surfaces shipped in the backend release: overview, commerce, pay (with sub-namespaces), logistics, lingo, news, and the reserved weather namespace. Includes auth, status, error semantics (501 / 503), per-DB configuration, and request examples. Generated-By: mintlify-agent
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Nyuchi API was refactored into a versioned multi-database gateway. Every product surface is now mounted under
/v1/<name>/*and is backed by a dedicated Supabase project, while a single platform JWT authorises requests across every namespace.This PR adds reference documentation for the new gateway under Integrations → Nyuchi API:
GET /), per-database env vars, error semantics (501 vs 503).docs.jsonupdated with a new "Nyuchi API" group under Integrations.Validated with
mint validateandmint broken-links(both pass).